home *** CD-ROM | disk | FTP | other *** search
/ CD Pro / CD Pro.iso / Lan / Intel558 / INFO / OTHER / LANTAS60.TXT < prev    next >
Text File  |  1997-06-25  |  7KB  |  197 lines

  1.    1 LANtastic 6.0
  2.                                                                     v1.03
  3.  
  4.  
  5. LANtastic* 6.0 installation notes for the Intel EtherExpress(TM) PRO/100+
  6. PCI LAN adapter
  7. =========================================================================
  8.  
  9. Location of driver:     \NDIS\E100B.DOS
  10.  
  11.  
  12. General Instructions (sample configuration files below)
  13. -------------------------------------------------------
  14.  
  15. The installation procedure transfers files to a specific directory on the
  16. workstation and creates or modifies existing configuration files to fit
  17. your specific needs.  The installation utility, INSTALL.EXE, is located
  18. on LANtastic Network Software Disk 1.
  19.  
  20. 1  Run INSTALL.EXE from Disk 1.
  21.  
  22. 2  The LANtastic Install program screen appears. You must complete each
  23.    of the questions. These options are specific to your needs.
  24.    
  25.    1  Asks for a unique computer name.
  26.    
  27.    2  Asks you to select the drive that you want LANtastic to be
  28.       installed on. The default is Drive C:.
  29.    
  30.    3  Asks you to specify a directory where you want the LANtastic files
  31.       to be installed. The default is \LANTASTI.
  32.    
  33.    4  Asks if you want to share your computer's drives or printers.
  34.    
  35.    5  Asks you to select the maximum number of connected computers.
  36.    
  37.    6  Prompts you to select any other LANtastic features that you may
  38.       want to install.
  39.    
  40.    7  Summarizes the options you selected. If it looks correct, continue
  41.       with the installation.
  42.    
  43.    8  Prompts you to select a network adapter to run your LANtastic
  44.       software on. From the list of adapters, select "NDIS SUPPORT FOR
  45.       NETWORK ADAPTERS".
  46.    
  47.    9  Asks you to insert the manufacturer's driver diskette. Insert the
  48.       Intel Configuration and Drivers diskette into drive A: and specify
  49.       the source path for driver files as A:\NDIS.
  50.    
  51.    10 Asks if you want to Set Up Permanent Drive or Printer Connections.
  52.    
  53.    11 Summarizes the options you selected. If they are correct, choose
  54.       Perform the Installation and LANtastic will install the files.
  55.  
  56.  
  57. Hints and Tips
  58. ==============
  59.  
  60. Below are sample CONFIG.SYS, STARTNET.BAT and PROTOCOL.INI files. These
  61. are the three files with EtherExpress PRO/100+ configuration options that
  62. the Install program creates. For details on PROTOCOL.INI parameters, see
  63. the end of this document.
  64.  
  65.  
  66. Sample CONFIG.SYS file
  67. ----------------------
  68.  
  69. DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI
  70. DEVICE=C:\LANTASTI\E100B.DOS
  71. FILES=100
  72. BUFFERS=30
  73.  
  74.  
  75. Sample C:\LANTASTI\STARTNET.BAT file
  76. ------------------------------------
  77.  
  78. @echo off
  79. rem LANtastic  Version 6.00  installed 95/12/04 03:38:23
  80. rem (for Windows)
  81. C:
  82. cd C:\LANTASTI
  83. SET LAN_CFG=C:\LANTASTI
  84. rem If LANtastic is disabled, skip everything.
  85. IF EXIST DISABLED GOTO :STARTNET_DONE
  86.  
  87. @echo ===== Begin LANtastic configuration =====
  88. PATH C:\LANTASTI;C:\LANTASTI\NW;%PATH%
  89. SET LAN_DIR=C:\LANTASTI.NET
  90. SET NWDBPATH=C:\LANTASTI\NW
  91. LOADHIGH AI-NDIS BIND_TO=E100B_NIF
  92. AILANBIO @STARTNET.CFG
  93. REDIR LAB1 @STARTNET.CFG
  94. IF EXIST NOSHARE GOTO :NOSHARE
  95. SERVER C:\LANTASTI.NET @STARTNET.CFG
  96. NET LOGIN \\LAB1
  97. GOTO :CONTINUE
  98. :NOSHARE
  99. @echo LANtastic server was installed but turned off.
  100. :CONTINUE
  101. rem If CONNECT.BAT exists, run it to set up connections.
  102. IF EXIST CONNECT.BAT GOTO :CONNECT
  103. rem Otherwise set up connections specified during install.
  104. NET USE LPT1: \\LAB1\@PRINTER
  105. NET LPT TIMEOUT 10
  106. GOTO :CONNECT_DONE
  107. :CONNECT
  108. @echo Setting up LANtastic connections from CONNECT.BAT
  109. rem Build CONNECT.BAT like this: "NET SHOW/BATCH >
  110. C:\LANTASTI\CONNECT.BAT"
  111.  
  112. call CONNECT.BAT
  113. :CONNECT_DONE
  114. NET POSTBOX
  115. @echo ===== End LANtastic configuration =====
  116.  
  117. :STARTNET_DONE
  118. cd \
  119.  
  120.  
  121. Sample C:\LANTASTI\PROTOCOL.INI file
  122. ------------------------------------
  123.  
  124. ;PROTOCOL.INI for LANtastic Version 6.00
  125.  
  126. ;--- using Intel EtherExpress PRO/100+ adapter
  127.  
  128. [PROTMAN]
  129.    DRIVERNAME = PROTMAN$
  130.    DYNAMIC = YES
  131.  
  132. ; PROTOCOL.INI section for the Intel EtherExpress PRO/100+ adapter.
  133.  
  134. [E100B_NIF]
  135.    DRIVERNAME = E100B$
  136.  
  137.  
  138.  
  139. Parameters for the PROTOCOL.INI file are listed below.
  140.    
  141.    DRIVERNAME: (required) If you have a single adapter, use the syntax in
  142.       the Sample Configuration file section.  If you are installing
  143.       multiple adapters, each adapter must have a unique driver name.
  144.       Additional instances of the driver would be referenced by
  145.       DRIVERNAME=E100Bx$, where "x" is a unique number 2 through 9.
  146.    
  147.    SPEED: (optional; parameters are [Auto / 10 / 100]) The parameter
  148.       disables Auto-Speed Detect and causes the adapter to function at
  149.       the speed indicated. If the FORCEDUPLEX parameter is assigned to
  150.       either 1 or 2, the SPEED parameter is required because auto-speed
  151.       sensing is disabled if the duplex mode is forced. Auto-negotiate
  152.       devices cannot detect speed changes in this configuration until the
  153.       driver is reloaded.[Example: SPEED=100]
  154.    
  155.    FORCEDUPLEX: Full duplex and auto-negotiate capabilities vary between
  156.       the PRO/100 TX and the PRO/100 T4 adapters.
  157.  
  158.          EtherExpress PRO/100+ TX adapter: Supports auto-negotiate, full
  159.          and half duplex at 10 or 100 Mbps.
  160.  
  161.          EtherExpress PRO/100B T4 adapter: Supports full and half duplex
  162.          at 10 Mbps; supports only half duplex at 100 Mbps.  Auto-
  163.          negotiate is not a valid option at either speed.
  164.    
  165.       This parameter disables Auto-Negotiate capability and forces the
  166.       adapter to operate in Half or Full Duplex mode. The SPEED parameter
  167.       must be specified and must be valid if the default of Auto-
  168.       negotiate is changed. Options for FORCEDUPLEX are Auto (for auto-
  169.       negotiate), 1 (for half), 2 (for full). [Example: FORCEDUPLEX = 2]
  170.    
  171.    SLOT: (required for multiple adapters) This parameter is optional if
  172.       only one adapter is present.  If it is specified but is incorrect,
  173.       a message indicates that the value doesn't match the configuration
  174.       but the driver finds the adapter and loads anyway.
  175.    
  176.       This parameter is required if more than one adapter is present in
  177.       either one bus or multiple PCI buses of a system. The parameter
  178.       tells the driver which adapter it controls. The SLOT number is the
  179.       encoded value of the PCI adapter's device location. To determine
  180.       the slot number, load the driver with only the DRIVERNAME parameter
  181.       specified.  The driver reports all the slots that have PCI
  182.       adapter(s) installed. You can determine which card is in which slot
  183.       by using SETUP.EXE and matching the Ethernet addresses of the
  184.       adapter to the device number specified in View Configuration.
  185.       [Example: SLOT=0x1C]
  186.    
  187.    NODE: (optional) This value sets the adapter's Individual Address,
  188.       overriding the value read from the adapter EEprom. The address must
  189.       consist of 12 hexadecimal digits, enclosed in double quotes.  The
  190.       value can not be all zeros. The value can not have the Multicast
  191.       bit set. So, use only the hexadecimal digits 2, 6, A, or E as the
  192.       second digit of the twelve required in the NODE ADDRESS parameter.
  193.       Use any hexadecimal digits in all other positions.[Example: NODE =
  194.       "02AA00123456"]
  195.  
  196. *  Third-party trademarks are the property of their respective owners.
  197.